home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Scope / Scope Disk #010 (199x)(Scope PD)(US)[WB].zip / Scope Disk #010 (199x)(Scope PD)(US)[WB].adf / Amic58e / INSTALL.ME < prev    next >
Text File  |  1987-11-12  |  2KB  |  74 lines

  1. echo "The following Batch file will install AMIC PD TERM"
  2. echo "version .58  (Freely Distributable).  It does copy"
  3. echo "all the data files into your S: directory."
  4. echo " "
  5. echo "If you  want to move  the Data  files into another"
  6. echo "drawer, make sure to modify the LOOKDIR field into"
  7. echo "the new [path]  to ensure  normal execution of the"
  8. echo "program.  I suggest to leave the  AMIC.Config file"
  9. echo "in the S: drawer all the time, since AMIC will try"
  10. echo "to find it in the S: drawer if it can't find it in"
  11. echo "the CURRENT directory."
  12. echo " "
  13. echo "Complete documentation is  available to registered"
  14. echo "users of the program, read the enclosed README.TXT"
  15. echo "file for more information."
  16. echo " "
  17. echo "Copying files"
  18. echo " "
  19. echo "Copying AMIC.Config"
  20. Copy AMIC.Config S:
  21. Delete AMIC.Config
  22. echo "Copying AMIC.Phone"
  23. Copy AMIC.Phone S:
  24. Delete AMIC.Phone
  25. echo "Copying AMIC.Color"
  26. Copy AMIC.Color S:
  27. Delete AMIC.Color
  28. echo "Copying AMIC.Keys"
  29. Copy AMIC.Keys S:
  30. Delete AMIC.Keys
  31. echo "Copying AMIC.Script"
  32. Copy AMIC.Script S:
  33. Delete AMIC.Script
  34. echo " "
  35. echo "Installtion complete"
  36. echo " "
  37. wait 3
  38. echo "I suggest the following in order to make the program"
  39. echo "more organized and easier to handle"
  40. echo " "
  41. echo "Create a DRAWER (directory) called AMIC"
  42. echo "   MAKEDIR DF0:AMIC
  43. echo " "
  44. echo "Now COPY AMIC and AMIC.info into this drawer"
  45. echo "   COPY AMIC|AMIC.info df0:AMIC
  46. echo " "
  47. echo "Now you can delete the files from the current drawer"
  48. echo "   DELETE AMIC|AMIC.info
  49. echo " "
  50. echo "Don't  forget to create and ICON file for the drawer"
  51. echo "you create (AMIC), if you use Workbench!"
  52. echo " "
  53. wait 20
  54. echo "Okay, now...."
  55. echo " "
  56. echo "Create a DRAWER called DOWN to store the files you"
  57. echo "   download using AMIC PD TERM."
  58. echo "MAKEDIR df0:DOWN"
  59. echo " "
  60. echo "Don't forget an icon for this one either."
  61. echo " "
  62. echo " "
  63. echo "Next ... "
  64. echo "Put the following commands in your Startup-Sequence"
  65. echo "   ASSIGN DWN: df0:DOWN  ; where you created DOWN?
  66. echo " "
  67. echo "Load AMIC.Config  into  your  favorite  editor  and"
  68. echo "change  the  field  DDIR to  DWN: to point  AMIC to"
  69. echo "the new Downloads path." 
  70. echo "That's it!"
  71.  
  72.  
  73.  
  74.